home *** CD-ROM | disk | FTP | other *** search
/ Reverse Code Engineering RCE CD +sandman 2000 / ReverseCodeEngineeringRceCdsandman2000.iso / RCE / Tools / Win95 Secrets / SETUP.Z / APISPYLD.RC < prev    next >
Encoding:
Text File  |  1995-07-19  |  633 b   |  22 lines

  1. //==================================
  2. // APISPY32 - Matt Pietrek 1995
  3. // FILE: APISPYLD.RC
  4. //==================================
  5.  
  6. #define WIN32_LEAN_AND_MEAN
  7. #include <windows.h>
  8. #pragma hdrstop
  9. #include "apispyld.h"
  10.  
  11. APISPY32_LOAD_DLG DIALOG 38, 34, 208, 48
  12. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  13. CAPTION "APISPY32 - Matt Pietrek 1995"
  14. FONT 8, "MS Sans Serif"
  15. {
  16.  DEFPUSHBUTTON "Run", IDC_RUN, 4, 31, 50, 14
  17.  PUSHBUTTON "Cancel", IDCANCEL, 64, 31, 50, 14
  18.  PUSHBUTTON "File...", IDC_FILE, 4, 4, 36, 14
  19.  EDITTEXT IDC_CMDLINE, 44, 5, 160, 12, ES_AUTOHSCROLL | WS_BORDER | WS_TABSTOP
  20. }
  21.  
  22.